From: Andy Boyett Date: Sat, 10 May 2008 06:30:25 +0000 (+0000) Subject: ntpclient: redirect adjtimex output to eliminate syslog spam. Closes #3222 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=8eb1a36aaa4bf586bfc23ef7deec910da92091fa;p=openwrt%2Fsvn-archive%2Fpackages.git ntpclient: redirect adjtimex output to eliminate syslog spam. Closes #3222 SVN-Revision: 11103 --- diff --git a/net/ntpclient/files/ntpclient.hotplug b/net/ntpclient/files/ntpclient.hotplug index 403be9d61..e1274c5ec 100644 --- a/net/ntpclient/files/ntpclient.hotplug +++ b/net/ntpclient/files/ntpclient.hotplug @@ -15,7 +15,7 @@ config_cb() { config_get freq $cfg freq if [ ! "$freq" = "" ]; then - adjtimex -f $freq + adjtimex -f $freq >/dev/null fi ;; esac